home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / ABUSESRC.ZIP / AbuseSrc / macabuse / imlib / include / joy.hpp < prev    next >
C/C++ Source or Header  |  1997-05-20  |  237b  |  9 lines

  1. #ifndef __JOYSTICK_HPP_
  2. #define __JOYSTICK_HPP_
  3.  
  4. int joy_init(int argc, char **argv);              // returns 0 if joy stick not avaible
  5. void joy_status(int &b1, int &b2, int &b3, int &xv, int &yv);
  6. void joy_calibrate();
  7.  
  8. #endif
  9.